in src/main.ts [76:81]
public unregister(id: string): void { let provider = this._providers.get(id); if (provider) { provider.dispose(); } }