public async Task <AtomFeedResult> Atom() { var feed = await _feedFactory.CreateAtomFeed(); return(new AtomFeedResult(feed)); }