public async Task GetOrderBookTops() { var tops = await _api.GetOrderBookTopsAsync(); Assert.NotNull(tops); Assert.NotEmpty(tops); }