pub type BoxWebSocketTrait = Box<dyn WebSocketTrait>;
pub struct BoxWebSocketTrait(/* private fields */);