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