private void DisposeSocket()
 {
     _connection.Shutdown(SocketShutdown.Both);
     _connection.Close();
 }