namespace Nonemm.Core.Country; /// What the country file says about one callsign. Zone and continent can differ /// from the entity's own when the country file overrides them for that prefix. public sealed record CountryLookup( DxccEntity Entity, string MatchedPrefix, int CqZone, int ItuZone, string Continent, double Latitude, double Longitude);