/** * {@inheritdoc} */ public function unsetThirdPartySetting($module, $key) { return $this->storage->unsetThirdPartySetting($module, $key); }