pub type PayloadSender = MsgSender<Payload>;
struct PayloadSender { tx: Sender<Payload>, }
tx: Sender<Payload>