Object.keys(this.#groups).reduce(
(acc, groupName) => {
key => !(key in localLookup)
);
if (keys.length > 0) {
acc[groupName] = keys;
}
},
{} as Dictionary<string[]>