async fn run_skill_wrap_unusual<Rsp>( gateway: &str, client_label: &str, proto_id: u32, decode_label: &str, stock_symbol: &str, body: Vec<u8>, format: OutputFormat, ) -> Result<()>where Rsp: Message + Default + SkillWrapRsp,