pub trait RoutineContext: Context { // Required method fn session(&mut self) -> &mut RoutineSession; }