public void It_should_return_a_null_when_the_range_does_not_exist_in_the_data_table() { Assert.IsNull(_DataTable.Max <int>("X1:X1")); }