inMemorySnapshotRepository

@Bean
@ConditionalOnProperty(value = ["wow.eventsourcing.snapshot.storage"], havingValue = "in_memory")
fun inMemorySnapshotRepository(): SnapshotRepository