namespace SmartNav.Model.Navigation; public sealed class DerivedArrivalEntry { public uint PopRangeId { get; set; } public ushort TerritoryId { get; set; } public float X { get; set; } public float Y { get; set; } public float Z { get; set; } }