public static Fallible <IEnumerable <TResult> > InvokeWith <TSource, TResult>( this Func <TSource, Fallible <TResult> > @this, IEnumerable <TSource> seq) => Fallible.Map(seq, @this);