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