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