Consider the following snippet:
try { const client = getClientThatMustBeClosed(); const data = await shortRunningOperation(client); return Promise.res