namespace Observatory.Framework.Files.Journal { public class BuyExplorationData : JournalBase { public string System { get; init; } public int Cost { get; init; } } }