public void GetPartOrderBook_Test() { var pair = "ETH-BTC"; var orderBook = _service.GetPartOrderBook(pair).Result; Assert.NotNull(orderBook); }