public void Close()
 {
     if (_transportConnection != null)
     {
         _transportConnection.Close();
     }
 }