pub type Handler = for<'a> fn(_: &'a Container, _: &'a str) -> Pin<Box<dyn Future<Output = Result<Value, BoxError>> + Send + 'a>>;