Author: Elliot Levin (elliotlevin@hotmail.com)
Inheritance: extends ExpressionInterpreter, implements Pinq\Queries\Builders\IQueryInterpreter
 public function __construct(IOperationInterpretation $interpretation, IScopeInterpreter $scopeInterpreter, O\IEvaluationContext $evaluationContext = null)
 {
     parent::__construct('operation', $scopeInterpreter, $evaluationContext);
     $this->interpretation = $interpretation;
 }