inMemoryEventStore

@Bean
@ConditionalOnProperty(value = ["wow.eventsourcing.store.storage"], havingValue = "in_memory")
fun inMemoryEventStore(): EventStore