public ExportActionResult(IBlogMLWriter blogMLWriter, string fileName) : base("text/xml") { BlogMLWriter = blogMLWriter; FileDownloadName = fileName; }