public function applyModificationEvent(Event $event)
 {
     $this->value = $event->getValue();
 }