pub type MessageBusCommands = Rc<RefCell<VecDeque<SubscribeCommand>>>;
struct MessageBusCommands { /* private fields */ }