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