public function removeStoreView(string $code): bool
    {
        $store = $this->getWebsite($code);
        if ($store === null) {
            return false;