/**
  * @param kObjectCreatedEventConsumer $consumer
  * @return bool true if should continue to the next consumer
  */
 protected function doConsume(KalturaEventConsumer $consumer)
 {
     return $consumer->objectCreated($this->object);
 }