void AssertDocumentViewIndentLinesWasNotCalled()
 {
     documentView.AssertWasNotCalled(view => view.IndentLines(Arg <int> .Is.Anything, Arg <int> .Is.Anything));
 }