public void AggregateWithSeedSourceArgumentNull() { Assert.Throws <ArgumentNullException>(() => NullData.Aggregate(new object(), (x, y) => true)).WithParameter("source"); }