public Task<System.Boolean> AccountResetNotifySettingsAsync(AccountResetNotifySettingsArgs args)
 {
     return _remoteProcedureCaller.RpcAsync<System.Boolean>(args);
 }
 public Task <System.Boolean> AccountResetNotifySettingsAsync(AccountResetNotifySettingsArgs args)
 {
     return(_remoteProcedureCaller.RpcAsync <System.Boolean>(args));
 }