Task External_IntegrationsPort.Receive_Launch_Integration_EventAsync(Receive_Launch_Integration_EventInput request)
 {
     return(base.Channel.Receive_Launch_Integration_EventAsync(request));
 }
 void External_IntegrationsPort.Receive_Launch_Integration_Event(Receive_Launch_Integration_EventInput request)
 {
     base.Channel.Receive_Launch_Integration_Event(request);
 }