pub trait HttpClientTrait { // Required methods fn get_base_url(&self) -> Url; fn get_client(&self) -> Client; }