public List <SipAccount> GetAll() { return(_lazyCache.GetOrAddSipAccounts(() => _internalRepository.GetAll())); }