/**
  * Whether or not a given user is a responder for this alert.
  *
  * @param int $user_id
  *
  * @return bool
  */
 public function is_responder($user_id)
 {
     return $this->_alert->is_responder($user_id);
 }