/**
  * {@inheritdoc}
  */
 public function access($operation, AccountInterface $account = NULL, $return_as_object = FALSE)
 {
     return $this->subject->access($operation, $account, $return_as_object);
 }