public bool IsVerified(string ip) { return(IPList.Select(s => s.Split(':')[0]).Contains(ip.Split(':')[0])); }