namespace JobsJobsJobs.Shared { /// /// A continent /// public record Continent(ContinentId Id, string Name); }