pub trait TaskGetter { // Required method fn task(&self, name: &IdTask) -> Option<Rc<RefCell<STask>>>; }