Checks if a specific ID exists in the group.
bool containsId(Object id) => _updatersGroupIds?.containsKey(id) ?? false;