pub type NotifyRegister<M> = Sender<Request<String, Receiver<M>>>;
pub struct NotifyRegister<M> { /* private fields */ }