public function onCreateClaim(Event\CreateClaimEvent $event)
 {
     $this->storage->create($event->getClaim());
 }