public async Task TestMethodGetTransactions() { var trans = await app.GetTransactions(); Assert.AreEqual("[{\"sku\":", trans.Substring(0, 8)); }