public function handle(AddCustomerEventCommand $command)
 {
     $this->repository->add($command->getEvent());
 }