public async Task <IEnumerable <City> > Search([FromRoute] string query) { return(await citiesRepository.FindAsync(query)); }