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