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