public string FrontPage(HttpListenerContext ctx) { FrontPage frontPage = new FrontPage { }; return(frontPage.TransformText()); }