namespace Observatory.Framework.Files.Journal.StationServices;

public class CrewFire : JournalBase
{
    public string Name { get; init; }
    public ulong CrewID { get; init; }
}