/// <summary>
 /// Gets the hash code
 /// </summary>
 /// <returns>Hash code</returns>
 public override int GetHashCode()
 {
     unchecked // Overflow is fine, just wrap
     {
         var hashCode = 41;
         // Suitable nullity checks etc, of course :)
         if (OrgApacheFelixEventadminThreadPoolSize != null)
         {
             hashCode = hashCode * 59 + OrgApacheFelixEventadminThreadPoolSize.GetHashCode();
         }
         if (OrgApacheFelixEventadminAsyncToSyncThreadRatio != null)
         {
             hashCode = hashCode * 59 + OrgApacheFelixEventadminAsyncToSyncThreadRatio.GetHashCode();
         }
         if (OrgApacheFelixEventadminTimeout != null)
         {
             hashCode = hashCode * 59 + OrgApacheFelixEventadminTimeout.GetHashCode();
         }
         if (OrgApacheFelixEventadminRequireTopic != null)
         {
             hashCode = hashCode * 59 + OrgApacheFelixEventadminRequireTopic.GetHashCode();
         }
         if (OrgApacheFelixEventadminIgnoreTimeout != null)
         {
             hashCode = hashCode * 59 + OrgApacheFelixEventadminIgnoreTimeout.GetHashCode();
         }
         if (OrgApacheFelixEventadminIgnoreTopic != null)
         {
             hashCode = hashCode * 59 + OrgApacheFelixEventadminIgnoreTopic.GetHashCode();
         }
         return(hashCode);
     }
 }