public async Task <EntityCollection <Airport> > GetAirportsListAsync(CancellationToken ct) { return(await _airportServices.GetResourceAsync(ct)); }