public string MapToString(G.TableCell cell) { return(this.mapper.Map <string>(cell)); }
public string MapToString(G.TableCell cell) { return(cell?.Value); }
public TableRow(Location location, TableCell[] cells) { Location = location; Cells = cells; }