pub trait Behavior: 'static + Debug + Send + Sync { }
A trait describing required properties for a behavior type.