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