versionOffsetSnapshotStrategy

@Bean
@ConditionalOnProperty(value = ["wow.eventsourcing.snapshot.strategy"], havingValue = "version_offset")
fun versionOffsetSnapshotStrategy(snapshotRepository: SnapshotRepository): SnapshotStrategy