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