public SelectAssert Empty() { Assert.IsTrue(_selector.IsEmpty(), "list of elements is not empty"); return(this); }