using System; namespace LANCommander.SDK.Models; public class Save { public Guid Id { get; set; } public string User { get; set; } }