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