public async Task <IEnumerable <CityModel> > GetCities()
 {
     return(await _cityAppService.GetCitiesAsync());
 }