namespace LANCommander.SDK.Models; public class SavePathEntry { public string ArchivePath { get; set; } public string ActualPath { get; set; } }