public void GetTicker_Test() { var pair = "ETH-BTC"; var ticker = _service.GetTicker(pair).Result; Assert.NotNull(ticker); }