public void AddHeader_AfterRowsHaveBeenAdded_ShouldThrowNotSupportedException()
        {
            IPrintableParagraphTable table = new MarkdownTable();

            table.WithRow("b", "c").WithHeader("a");
        }