pub trait HttpClientInterface: Send + Sync { // Required method fn external_http_client(&self) -> &Client; }