public async Task <IActionResult> Get() { var result = await _dictService.GetAllCountries(); return(Ok(result)); }