public async Task TestMethodGetRates() { var rates = await app.GetRates(); Assert.AreEqual("[{\"from\":", rates.Substring(0, 9)); }