public void GetTradeHistory_Test()
        {
            var pair = "ETH-BTC";

            var history = _service.GetTradeHistory(pair).Result;

            Assert.NotNull(history);
        }