public bool IsTypeBasic(Type type)
 {
     return(AwesomiumJavascriptObjectFactory.IsTypeConvertible(type));
 }