using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Xml.Linq; namespace FLocal.IISHandler { class TemplateEngine { public static string Compile(string pathToTemplate, XDocument data) { throw new NotImplementedException(); } } }