namespace Observatory.Framework.Files.Journal { public class CancelTaxi : JournalBase { public int Refund { get; init; } } }