pub async fn with_service<F, T, E>(svc: &'static str, fut: F) -> F::Outputwhere F: Future<Output = Result<T, Error<E>>>, E: ErrorDiagnostic + Clone,
Execute future and set error service.
Sets service if it not set