public void Get24hrStats_Test() { var pair = "ETH-BTC"; var stats = _service.Get24HrStats(pair).Result; Assert.NotNull(stats); }