public static IEnumerable<TSource> Do<TSource>( this IEnumerable<TSource> source, Action<TSource> onNext )