const children = [].map<Set<Map<number, string>>>(element => {
if (!this.identityProvider) {
return element;
}
});