/**
  * {@inheritdoc}
  */
 public function deleteGrants()
 {
     $this->grantStorage->delete();
 }