/**
  * @param BaseChannel $channel
  *
  * @return $this
  */
 public function removeOutputChannel(BaseChannel $channel)
 {
     $this->outputChannels->remove($channel);
     return $this;
 }