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