public void ItShouldDownloadTheFeed()
 {
     WebClient.AssertWasCalled(c => c.OpenRead(Address));
 }