protected void AssertLines(params string[] expectedLines) { CollectionAssert.AreEqual(expectedLines, lines.Debug_GetLinesText(), "Lines"); }