public async Task GetWithdrawals()
        {
            var res1 = await apiClient.GetWithdrawals();

            Assert.NotNull(res1);
        }