public int OnBeforeCloseSolution(object pUnkReserved)
 {
     _projectSnapshotManager?.SolutionClosed();
     return(VSConstants.S_OK);
 }