list.Where(x => x.Name == "theName"); return list;
MyClass result = list.Find(x => x.GetId() == "xy");