public IRow AddRow(IReadOnlyList <object> data)
 {
     return(AddRow(_dataTableBuilder.CreateRow(data)));
 }