public LocationBuilder address(String address) {
   location.setAddress(address);
   return this;
 }