public async Task <ActionResult> GetHomeCurrencyAsync() { var meta = await AppUsers.GetCurrentAsync().ConfigureAwait(true); string homeCurrency = await Receipts.GetHomeCurrencyAsync(this.Tenant, meta.OfficeId).ConfigureAwait(true); return(this.Ok(homeCurrency)); }