public IDOMElement GetLastChild(Func <IDOMElement, bool> filter) { return(Childs.LastOrDefault(filter)); }