pub trait NotifierProxyInterface: Send + Sync { // Required method fn notify(&self) -> Result<(), Error>; }