public Task<IAccountDaysTTL> AccountGetAccountTTLAsync(AccountGetAccountTTLArgs args)
 {
     return _remoteProcedureCaller.RpcAsync<IAccountDaysTTL>(args);
 }
 public Task <IAccountDaysTTL> AccountGetAccountTTLAsync(AccountGetAccountTTLArgs args)
 {
     return(_remoteProcedureCaller.RpcAsync <IAccountDaysTTL>(args));
 }