public void MaxNullableInt32NoProjectionStartsNull()
 {
     Aggregate <int?, int?>(x => Enumerable.Max(x),
                            x => DataProducerExt.Max(x),
                            null, 1, 2);
 }