internal static void StartThreads()
 {
     if (_executorType == 1)
     {
         FreeformExecutorFactory.StartThreads();
     }
 }