namespace SessionZero.SzfLib.Objects; public interface ISzfCharacterTemplate { public List LinkedDatasets { get; set; } }