package eventDemo.libs.event interface EventStore, ID : AggregateId> { fun getStream(aggregateId: ID): EventStream fun publish(event: E) }