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

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