in src/construct.ts [118:120]
public tryFindChild(id: string): IConstruct | undefined { return this._children[sanitizeId(id)]; }