public void AddAction_Unauthorized_Empty()
        {
            IGridColumn <AllTypesView, IHtmlContent> actual = columns.AddAction("Edit", "fa fa-pencil-alt");

            Assert.Empty(actual.ValueFor(new GridRow <AllTypesView>(new AllTypesView(), 0)).ToString());
            Assert.Empty(columns);
        }