pub type QueueSendOptions = SendAndWaitOpts;
pub struct QueueSendOptions { pub timeout: Option<Duration>, }
timeout: Option<Duration>