public async Task TestGetCurrenciesAsync()
        {
            var currencies = await PublicApi.GetCurrenciesAsync();

            Assert.IsTrue(currencies.Count > 0, "Currecies count is zero");
        }