pub trait SubmitOrderHandler { // Required method fn handle_submit_order(&self, command: SubmitOrder); }