private bool WebSettingsExistsForCountry(Guid countryId)
 {
     return(_webSettingsService.WebSettingsExistForCountry(countryId));
 }
 public void WebSettingsExistForCountryTest()
 {
     Assert.IsTrue(_webSettingsService.WebSettingsExistForCountry(CountryId));
 }