/**
  * @param string $methodName
  * @return boolean
  */
 public function allowsCallOfMethod($methodName)
 {
     return $this->operationResolver->hasOperation($methodName);
 }