public async Task <IActionResult> GetCountryAsync() { return(Ok(await _crudService.GetEntityList())); }