describe("removeSeqPart", () => {
        beforeEach(() => {
            jest.spyOn(part, "unsubscribe");
            registry.removeSeqPart(partId);
        });