public String default0$$() {
   return geocodingService.combine(
       GeocodingService.Encoding.NOT_ENCODED,
       this.postalAddress.getAddressLine1(),
       this.postalAddress.getAddressLine2(),
       this.postalAddress.getAddressLine3(),
       this.postalAddress.getAddressLine4(),
       this.postalAddress.getPostalCode(),
       this.postalAddress.getCountry());
 }