public void AddColumnWithInfo()
        {
            SectionRow.Info();
            var row = (IEnumerable <object>)SectionRow.Build();

            Assert.Equal(row.Last(), "info");
        }