namespace Observatory.Framework.Files.Journal { public class CrewMemberJoins : JournalBase { public string Crew { get; init; } public bool Telepresence { get; init; } } }