public void execute(BRemote __byps__remote, BAsyncResult<Object> __byps__asyncResult)
     throws Throwable {
   try {
     final RemoteArrayTypes1dimAsync __byps__remoteT = (RemoteArrayTypes1dimAsync) __byps__remote;
     BAsyncResultSendMethod<Object> __byps__outerResult =
         new BAsyncResultSendMethod<Object>(__byps__asyncResult, new byps.test.api.BResult_19());
     __byps__remoteT.setByte(v, __byps__outerResult);
   } catch (Throwable e) {
     __byps__asyncResult.setAsyncResult(null, e);
   }
 }
 public void execute(BRemote __byps__remote, BAsyncResult<Object> __byps__asyncResult)
     throws Throwable {
   try {
     final RemotePrimitiveTypesAsync __byps__remoteT = (RemotePrimitiveTypesAsync) __byps__remote;
     BAsyncResultSendMethod<Object> __byps__outerResult =
         new BAsyncResultSendMethod<Object>(__byps__asyncResult, new byps.test.api.BResult_19());
     __byps__remoteT.throwException(__byps__outerResult);
   } catch (Throwable e) {
     __byps__asyncResult.setAsyncResult(null, e);
   }
 }
 public void execute(BRemote __byps__remote, BAsyncResult<Object> __byps__asyncResult)
     throws Throwable {
   try {
     final RemoteInlineInstanceAsync __byps__remoteT = (RemoteInlineInstanceAsync) __byps__remote;
     BAsyncResultSendMethod<byps.test.api.inl.Actor> __byps__outerResult =
         new BAsyncResultSendMethod<byps.test.api.inl.Actor>(
             __byps__asyncResult, new byps.test.api.BResult_171948703());
     __byps__remoteT.getActor(__byps__outerResult);
   } catch (Throwable e) {
     __byps__asyncResult.setAsyncResult(null, e);
   }
 }