private async Task <CodeLookup> GetFindings() { return(await GetDataFromCache("Findings", async() => await _lookupClient.CodesFindingsAsync())); }