public void GetTransactionsSince()
        {
            var response = _api.GetTransactions(this.AccountId, 3);

            Assert.IsTrue(response.Transactions.Count > 0);
        }