public IACLPathAndBytesable <ICuratorTransactionBridge> withMode(CreateMode mode)
 {
     _createBuilderImpl.withMode(mode);
     return(this);
 }
 public IACLBackgroundPathAndBytesable <String> withMode(CreateMode mode)
 {
     return(_createBuilderImpl.withMode(mode));
 }