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