public static bool Add(XProject project) { string projectName = project.Name; return(XSolution.Add(projectName, project)); }