pub trait GetActorRef { // Required method fn get_ref(&self, ctx: &ActorHandlerContext) -> ActorRef<Self> where Self: Actor + Sized + Send + Sync; }