pub type DynHttpClient = Arc<dyn HttpClient + Send + Sync + 'static>;
pub struct DynHttpClient { /* private fields */ }