pub type EventStream = Pin<Box<dyn Stream<Item = NotifyEvent> + Send + 'static>>;
pub struct EventStream { /* private fields */ }