private static void GameThread()
 {
     using (_holofunkGame = new HolofunkGame(_primaryForm))
     {
         _gameStarted = true;
         _holofunkGame.Run();
     }
 }