public void Extend(SiteCookieGroupList list)
 {
     cookieGroupList.AddRange(list.ToList());
 }