public void It_should_return_the_default_for_the_type_when_the_range_does_not_exist_in_the_data_table()
 {
     Assert.AreEqual(0, _DataTable.Sum <int>("X1:X1"));
 }