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

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