public async Task <JsonResult> Get(string tenancyAgreementRef, string rentAccount, string householdRef, int count, string order)
 => Json(await _gateway.ListAsync(tenancyAgreementRef, rentAccount, householdRef, count, order).ConfigureAwait(false));