pub trait ActorContext<T>: ManagedContext { // Required method fn session(&mut self) -> &mut ActorSession<T>; }