internal override Solution AddToSolution(Solution solution)
 {
     return solution.AddProjectReference(this.ProjectId, _reference);
 }