public void GetTransaction() { var response = _api.GetTransaction(this.AccountId, 3); Assert.IsTrue(response.Transaction != null); }