type ChannelMsgSender = UnboundedSender<(MsgId, Vec<u8>, Option<Tracker>)>;
struct ChannelMsgSender(/* private fields */);