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