_addByNameWithDuplicate(key: string, entity: SlackEntity) {
        if (isDefined(this.byName[key])) {
            this.nameDuplicates[key].push(entity)
        } else {
            this.nameDuplicates[key] = [entity]