public function validate(EmailAddress $email): bool
    {
        $valid = true;
        if ($this->policy->checkFreeEmail()) {
            if ($this->freeEmailListProviders === []) {