pub type NotificationHandler = Box<dyn Fn(&str, Option<Value>) + Send + Sync>;
Notification handler callback
pub struct NotificationHandler(/* private fields */);