public void Stop()
 {
     _Driver.Join();
     if (_Socket != null)
     {
         _Socket.Stop();
     }
 }