private ProjectFinder CreateProjectFinder()
 {
     return(new ProjectFinder(PathUtils.GetSolutionFolder(_dte2)));
 }