pub trait TicketResponseTrait: Send + Sync { // Required method fn result(&self) -> TicketResponseResult; }