pub type AsyncClosureResult = Pin<Box<dyn Future<Output = Result<(String, Option<String>)>>>>;
Convenience typedef. Use this as the return value for your async closure