public async Task <ActionResult <ResultDto <List <String> > > > GetCitiesAync() { return(Ok(await _BonusService.GetCitiesAsync())); }