static Result<List<T>, E> combine<T, E>(List<Result<T, E>> resultList) => combineResultList(resultList);