/**
  * {@inheritdoc}
  */
 public function supports(ActionInterface $action)
 {
     return in_array($action->getVerb(), $this->supportedVerbs);
 }