it('should throw an error when we try to convert an user to guest', async () => {
        const user = {
            active: true,
            type: 'user',
            roles: ['guest'],