public string GetLoginKey() { string str = _sysLoginKeyRepository.FindField(s => true, s => s.Key); return(str); }