public Task<IDestroySessionRes> DestroySessionAsync(DestroySessionArgs args)
 {
     return _remoteProcedureCaller.RpcAsync<IDestroySessionRes>(args);
 }
 public Task <IDestroySessionRes> DestroySessionAsync(DestroySessionArgs args)
 {
     return(_remoteProcedureCaller.RpcAsync <IDestroySessionRes>(args));
 }