pub type DynEventStore<A> = Arc<dyn EventStore<A> + Send + Sync + 'static>;
pub struct DynEventStore<A> { /* private fields */ }