public string Html() => JQueryObjectHandle.Html();
public void Html(string htmlString) => JQueryObjectHandle.Html(htmlString);