mockers
pub trait Mock { fn new(id: usize, scenario_int: Rc<RefCell<ScenarioInternals>>) -> Self; }
fn new(id: usize, scenario_int: Rc<RefCell<ScenarioInternals>>) -> Self