/**
  * {@inheritdoc}
  */
 public function preSave()
 {
     parent::preSave();
     $this->value = static::getIncrementedFieldValue();
 }