using System; namespace ln.templates { public interface TemplateProvider { Template FindTemplate(string templatePath); } }