protected override void OnFileRemoved(string fileName, TypeUpdateInformation classInfo)
 {
     if (classInfo.Removed.Count > 0)
     {
         ProjectDomService.NotifyTypeUpdate(project, fileName, classInfo);
     }
 }