describe("removePlugin", () => {
        beforeEach(() => {
            jest.spyOn(plugin, "unsubscribe");
            registry.removePlugin(pluginId);
        });