public IList <OldCall> GetOldCalls(int callCount, bool anonymize) { return(_lazyCache.GetOrAddCallHistory(() => _internalRepository.GetOldCalls(callCount, anonymize))); }