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