/**
  * {@inheritdoc}
  */
 public function offsetUnset($offset)
 {
     $this->verifyKeyTypeIntegrity($offset);
     parent::offsetUnset($this->convertKeyToHash($offset));
 }