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