MongoUserRepository
@Singleton
@Requires(env = ["prod"] )
Production-only MongoDB-backed implementation of the domain UserRepository.
This adapter maps domain entities to Mongo documents and delegates persistence to MongoCrudUserRepository.