private static void Pool_Test() { var ids = new List <int>() { 1, 2, 3, 4, 5 }; var user = Orm.FindWhere <SuperUser>(u => u.Id.InList <int>(ids)); }