mongoEventStore

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