public void ExitServer()
 {
     if (_ftpServer.IsActive())
     {
         ShutDownServer();
     }
     Environment.Exit(0);
 }