namespace Observatory.Framework.Files.Journal { public class SquadronDemotion : SquadronCreated { public int OldRank { get; init; } public int NewRank { get; init; } } }