pub type NotificationSender = Box<dyn Notification + Send + Sync>;
Type alias for a boxed Notification trait object that can be shared between threads
pub struct NotificationSender(/* private fields */);