public bool SolutionIsConnected(string slnPath)
 {
     return(SettingManager.ContainsSolutionPreference(slnPath));
 }