public ProcessAndDeleteT4TemplatesService(IFileSystem fileSystem, IT4TemplateHostWrapper t4TemplateHostWrapper)
 {
     this.t4TemplateHostWrapper = t4TemplateHostWrapper;
     this.fileSystem = fileSystem;
 }
 public ProcessAndDeleteT4TemplatesService(IFileSystem fileSystem, IT4TemplateHostWrapper t4TemplateHostWrapper)
 {
     this.t4TemplateHostWrapper = t4TemplateHostWrapper;
     this.fileSystem            = fileSystem;
 }