namespace SessionZero.SzfLib.Objects; public interface ISzfObject { public string SzfType { get; set; } }