pub type BoxResponseTrait = Box<dyn ResponseTrait<OutputText = String, OutputBinary = Vec<u8>>>;
struct BoxResponseTrait(/* private fields */);