public void InitWithLaunchOptions(Foundation.NSDictionary launchOptions)
 {
     if (Release)
     {
         PlotRelease.InitializeWithLaunchOptions(launchOptions, this);
     }
     else
     {
         PlotDebug.InitializeWithLaunchOptions(launchOptions, this);
     }
 }