/**
  * {@inheritdoc}
  */
 public function getCurrentState(ModelInterface $model)
 {
     return $this->storage->findCurrentModelState($model, $this->process->getName());
 }