public static void Startup(String appId)
 {
     if (!isStartupDone)
     {
         isStartupDone = true;
         AdConfigurer.SetAppId(appId);
         AdConfigurer.Startup(new PlatformPCWindowsImpl());
         PlatformObjectsFactoryHolder.SetFactory(new PlatformObjectsFactoryUnity());
     }
 }