namespace PARR.TemplateMatcher { internal interface ITemplateMatcher { Task MatchTemplatesForJob(Guid jobId); Task MatchTemplatesForJobGroup(Guid jobGroupId); Task MatchTemplatesForTemplate(Guid templateId); } }