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