public void ApplyTo(IHtmlElement element)
 {
     element.Text(action.Text);
 }