pub trait NotificationSyncHandler { // Required method fn handle_enqueue(&self, message: String) -> Result<bool>; }