public override void execute(BRemote __byps__remote, BAsyncResultIF <Object> __byps__asyncResult)
 {
     // checkpoint byps.gen.cs.GenApiClass:406
     try {
         IXEventBusHandler __byps__remoteT = (IXEventBusHandler)__byps__remote;
         BAsyncResultSendMethod <Object> __byps__outerResult = new BAsyncResultSendMethod <Object>(__byps__asyncResult, new BResult_19());
         __byps__remoteT.processEventBusEvents(subsIdValue, eventsValue, BAsyncResultHelper.ToDelegate(__byps__outerResult));
     } catch (Exception e) {
         __byps__asyncResult.setAsyncResult(null, e);
     }
 }
 private void initStubs(BTransport transport)
 {
     iXEventBusHandlerVal  = new BStub_IXEventBusHandler(transport);
     iXServerEventsVal     = new BStub_IXServerEvents(transport);
     iXServicePortIFVal    = new BStub_IXServicePortIF(transport);
     rawStreamServiceVal   = new EloixClient.IndexServer.compatibility.BStub_RawStreamService(transport);
     wClientServiceVal     = new EloixClient.IndexServer.compatibility.BStub_WClientService(transport);
     feedNotificationVal   = new EloixClient.IndexServer.feed.BStub_FeedNotification(transport);
     feedServiceVal        = new EloixClient.IndexServer.feed.BStub_FeedService(transport);
     healthCheckServiceVal = new EloixClient.IndexServer.health.BStub_HealthCheckService(transport);
     myELOServiceVal       = new EloixClient.IndexServer.myelo.BStub_MyELOService(transport);
     clientNotificationVal = new EloixClient.IndexServer.notify.BStub_ClientNotification(transport);
     systemInformationVal  = new EloixClient.Indexserver.system.BStub_SystemInformation(transport);
 }