public function onDeleteContact(Event\DeleteContactEvent $event)
 {
     $this->storage->delete($event->getContact());
 }