public string CreateCountries([FromBody] string[] countries) { return(_countryRepository.CreateCountries(countries)); }