namespace LanMontainDesktop.Models; public sealed class ImportedClassScheduleSnapshot { public string Id { get; set; } = string.Empty; public string DisplayName { get; set; } = string.Empty; public string FilePath { get; set; } = string.Empty; }