public function isSubscriber($group): bool
    {
        if ($group instanceof Group) {
            $group = $group->getKey();
        }