public async Task GetMarketsUsa()
        {
            var res1 = await PublicApi.GetMarketsUsa();

            Assert.NotNull(res1);
        }