public LocationBuilder city(String city) {
   location.setCity(city);
   return this;
 }