this.typeById = types.reduce((memo, type) => {
            memo [type.typeId] = type;
            return memo;
        }, {});