public void Exit(bool resetThread = true)
 {
     if (resetThread)
     {
         _currentThread.ResetThreadPoolThread();
     }
 }