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