public void SearchUsers() { var l = RunTest(User.Search(Api, Settings.AdminUserName)); Assert.IsTrue(l.List.Any(u => u.id == Settings.AdminUser)); }