pub trait TraitQuestion { // Required method fn send(&mut self) -> Result<AnswerCollection, String>; }