public void Select() { _rowInformation.Select(); }
public void ItCanSelectTheRow() { _rowInformation.Select(); _dataGridRow.Selected.Should().BeTrue(); }