public async Task CanGetTransactionsAsync()
        {
            GetTransactionsQuery query = new GetTransactionsQuery
            {
                WalletId = "1735613459"
            };

            Assert.NotEmpty((await walletController.GetTransactions(query)).Value);
        }