/**
  * Execute the command.
  *
  * @param DraftRepositoryInterface $repository
  */
 public function handle(DraftRepositoryInterface $repository)
 {
     /**
      * Delete Draft
      */
     $repository->delete($this->draft->id);
 }