public int OnAfterOpenSolution(object pUnkReserved, int fNewSolution)
 {
     _projectSnapshotManager?.SolutionOpened();
     return(VSConstants.S_OK);
 }