protected function createQueue($event)
 {
     return ContentNotifierQueue::create(array('RecordClass' => $this->owner->class, 'Event' => $event, 'RecordID' => $this->owner->ID))->write();
 }