public ContentResult Rss20() { return(Content(_service.CreateRss20(this.Url), "application/rss+xml", System.Text.Encoding.UTF8)); }