public void CountBetweenWithNullSequence() { Assert.ThrowsArgumentNullException("source", () => MoreEnumerable.CountBetween <int>(null, 1, 2)); }