public Builder SetCountryCodeSource(global::PhoneNumbers.PhoneNumber.Types.CountryCodeSource value)
 {
     result.hasCountryCodeSource = true;
     result.countryCodeSource_   = value;
     return(this);
 }