public bool HasTemplateInstances(string templateId)
 {
     return(_outputTarget.HasTemplateInstances(templateId));
 }