simpleSnapshotStrategy

@Bean
@ConditionalOnProperty(value = ["wow.eventsourcing.snapshot.strategy"], matchIfMissing = true, havingValue = "all")
fun simpleSnapshotStrategy(snapshotRepository: SnapshotRepository): SnapshotStrategy