public Task HttpWaitAsync(HttpWaitArgs args)
 {
     return _remoteProcedureCaller.SendAsync(args);
 }
 public Task HttpWaitAsync(HttpWaitArgs args)
 {
     return(_remoteProcedureCaller.SendAsync(args));
 }