public void GetListTest() { var response = api.GetList <object>(new Apis.Requests.TransactionsRequest { SenderPublickey = AccountApiTests._livePubKey }); Assert.True(response.Success); Assert.NotNull(response.Transactions); }