public TelephoneCountryCode DefaultCountryCode()
 {
     return(TelephoneService.TelephoneCountryCode(Cluster.Countries.Api.AppSettings.DefaultCountryISOCode()));
 }
 public IQueryable <TelephoneCountryCode> AutoCompleteCountryCode([MinLength(2)] string matching)
 {
     return(TelephoneService.FindTelephoneCountryCodes(matching));
 }