pub trait State: Message { }
Represents the state of an actor. Must be safe to send between threads (same bounds as a Message)