public LocationBuilder countryCode(String countryCode) {
   location.setCountryCode(countryCode);
   return this;
 }