public void AssertFileExistsWithContent(string content, params string[] path) { SolutionExplorer.AssertFileExistsWithContent(SolutionDirectory, content, AddSolutionToPath(path)); }