public bool CanUpdateBalances(IExchange ex)
 {
     return(_dbRepo.CanUpdateBalances(ex.GetExchangeName()));
 }