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