public void SaveAs(string solutionPath) { using (var writer = new SolutionFileWriter(solutionPath)) { writer.WriteSolutionFile(this); } }