public void ReturnTrue_IfPositionIsInsideTheField() { var position = new CellPosition(4, 5); field.Contains(position).Should().BeTrue(); }