pub trait RequestWithParams { // Required method fn set_params(&mut self, _: HashMap<String, String>); }