public void ShouldRetrieveCurrentFeedBasedOnStoreId() { IStoreId id = new StoreId<string>("current.atom"); IStore store = new FileStore(FileSystemConfiguration); IRepresentation representation = store.GetCurrentFeed(id); Output output = Output.For(representation); Assert.AreEqual("http://restbucks.com/product-catalog/notifications/recent", GetSelfLinkValue(output.EntityBody)); }