pub trait RemoteControllerProxyInterface: Send + Sync { // Required method fn start(&self, payload: RemoteControllerStartRequest) -> Result<(), Error>; }