pub trait EventValue: EventValueAny { // Required method fn id() -> &'static str where Self: Sized; }