/**
  * @return int
  */
 public function execute()
 {
     return $this->entity->increment();
 }