Reduce copying of options when creating operations.
FindOperation can just be passed FindOptions or CountDocumentsOperation can be passed CountOptions.
It would simplify the OperationsHelper class and reduce the individual Operation's API footprint.