public bool IsWorkingInThisEnvironment(string forFile)
 {
     return(DiffTools.IsDetectedFor(diffTool, forFile));
 }