public void LongCountWithPredicateOverflow()
 {
     Assert.Throws <OverflowException>(() => LongOverflowEnumerable.LongCount(x => true));
 }
 public void LongCountOverflow()
 {
     Assert.Throws <OverflowException>(() => LongOverflowEnumerable.LongCount());
 }