it('should remove the channel from the list of channels subscribed to', () => {
            hubClient.removeChannel(channel);
            assert.deepStrictEqual(hubClient.channels, [
                'news',
                'business',