The Mongo wrapper that exists in the library is too specific. The MongoActions are for particular services to use. In many cases (FindOne, FindMany), the library needs to be revised when a service needs to add a new query.
The Mongo module needs to be changed to support services adding new queries without having to revise the library.