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