/**
  * {@inheritdoc}
  */
 public function fromString($string)
 {
     return EventId::fromString($string);
 }