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