internal override Solution RemoveFromSolution(Solution solution)
 {
     return solution.RemoveAnalyzerReference(this.ProjectId, _reference);
 }