_addByIdWithDuplicate(id: string, entity: SlackEntity) {
        if (isDefined(this.byId[id])) {
            this.idDuplicates[id].push(entity)
        } else {
            this.idDuplicates[id] = [entity]