public void OpenSolution(string path, bool saveExistingSolutionIfExists = false) =>
 _inProc.OpenSolution(path, saveExistingSolutionIfExists);