public Task <IGeoZone> FetchGeoZone(Guid guid) { return(repo.FetchGeoZone(guid, CancellationToken)); }
public async Task <IGeoZone> FetchGeoZone(Guid guid) { return(await repo.FetchGeoZone(guid)); }