public HasAttributeAttribute(string attributeName, string attributeValue, bool includeMatchingElements = true) { FilterBy = new HasAttribute(attributeName, attributeValue, includeMatchingElements); }