public void StopListening()
 {
     if (_ar != null)
     {
         _socket.EndAccept(_ar);
     }
 }