response.format({
            json: () => response.send(json),
            html: () => response.render('imposter', { imposter: json })
        });