public override T Invoke <T>(string identifier, params object[] args) { return(JsRuntime.Invoke <T>(identifier, args)); }