/**
  * {@inheritdoc}
  */
 protected function createUnlock()
 {
     try {
         $status = $this->queryDriver->deleteQuery();
     } catch (\Exception $e) {
         $status = false;
     }
     return $status;
 }