public int hashCode() {
   return connectionInfo != null ? connectionInfo.hashCode() : 0;
 }