$1 {{method}}: async req => { // eslint-disable-line try { const payload = {}; req.body = await app.pubsub.writeMessageToTopic(JSON.stringify(payload), '{{method}}', req); } catch (e) { throw Boom.wrap(e); } },