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