mongoSnapshotQueryServiceFactory

@Bean
@ConditionalOnProperty(value = ["wow.eventsourcing.snapshot.storage"], matchIfMissing = true, havingValue = "mongo")
fun mongoSnapshotQueryServiceFactory(mongoClient: MongoClient, @Nullable dataMongoProperties: MongoProperties?): SnapshotQueryServiceFactory