public bool WGIsPlatformInstalled(ePlatform platform)
 {
     return(AndroidConnector.IsPlatformInstalled((int)platform));
 }