public void ThenEventWithNameNotExists(string name) { var items = new EventsPage().GetEventsByName(name); Assert.IsFalse(items.Any()); }