private async Task <CodeLookup> GetRoles() { return(await GetDataFromCache("Roles", async() => await _lookupClient.CodesRolesAsync())); }