public List <Setting> GetAll() { return(_lazyCache.GetOrAddSettings(() => _internalRepository.GetAll())); }