pub type DidResolver = Arc<dyn Fn(String) -> Pin<Box<dyn Future<Output = Result<Vec<u8>, Error>> + Send>> + Send + Sync>;
pub struct DidResolver { /* private fields */ }