pub type NoticeStorage = Arc<Mutex<Vec<Notice>>>;
Thread-safe storage for collected notices
pub struct NoticeStorage { /* private fields */ }