public void WhenSourceIsNull_ThenThrowException()
 {
     Assert.Throws <ArgumentNullException>(() => GenericExtensions.In(null, "John"));
 }