public async Task <IEnumerable <string> > GetAllIpsOfLogs() { var ips = await _uerLogRepository.GetAllIps(); return(ips); }