@Override
 public String getRegisterNodeUrl() {
   return (this.registerNodeUrl != null) ? this.registerNodeUrl : delegate.getRegisterNodeUrl();
 }