pub type DialogStateSender = UnboundedSender<DialogState>;
pub struct DialogStateSender { /* private fields */ }