pub trait ActorMessage: Send + Sync + 'static { }
Generic trait for messages that can be sent between actors