public void ExchangeService_GetAvailableExchanges()
 {
     Assert.True(ExchangeService.GetAvailableExchanges().Any());
 }