public ErrorListenerPathAndBytesable <String> inBackground()
 {
     return(_createBuilderImpl.inBackground());
 }
 public ErrorListenerPathAndBytesable <String> inBackground(IBackgroundCallback callback, Object context)
 {
     return(_createBuilderImpl.inBackground(callback, context));
 }