public System.Threading.Tasks.Task <TestCommandBroadcaster.CommandBroadcastService.CommandResponse> RegisterClientMachineAsync(TestCommandBroadcaster.CommandBroadcastService.ClientMachineRegisterInfo regInfo)
 {
     return(base.Channel.RegisterClientMachineAsync(regInfo));
 }
 public TestCommandBroadcaster.CommandBroadcastService.CommandResponse RegisterClientMachine(TestCommandBroadcaster.CommandBroadcastService.ClientMachineRegisterInfo regInfo)
 {
     return(base.Channel.RegisterClientMachine(regInfo));
 }