public void TakeSourceArgumentNull() { Assert.Throws <ArgumentNullException>(() => NullData.Take(0)).WithParameter("source"); }