public object AfterEndTag(object stateObject) { ValidationState state = ToState(stateObject); return(state.AfterEndTag()); }