public async Task GetSitemapAsyncTest_ShouldReturnXMLDocument() { var xml = await butterClient.GetSitemapAsync(); Assert.IsNotNull(xml); }