pub trait Agency: Clone + Default + Serialize + ToString { fn init() -> Self; fn agent(&self) -> String; }