public Task SetInnerText(string innerText)
 {
     return(wrappedElement.SetInnerText(innerText));
 }