namespace SessionZero.SzfLib.File; public class SzfFile : ISzfFile { public string? SzfType { get; set; } public string? SchemaVersion { get; set; } public string? Content { get; set; } }