public static IAsyncQueryable<TSource> OnErrorResumeNext<TSource>( this IAsyncQueryable<TSource> first, IAsyncEnumerable<TSource> second )