public bool HasProperty(string property)
 {
     return(UnderlyingJSValue.HasProperty(property));
 }