public async Task <bool> Any() { if (Cache.Any()) { return(true); } return(await LookupRepository.Any()); }