export class GlobalContext { private constructor() { } private static instance: GlobalContext; private _objects = new Map<string, Object>();