public override int GetHashCode()
 {
     return(string.Format("{0}_{1}_{2}_{3}", SubscriptionObjects.GetHashCode(), Retry.GetHashCode(),
                          Concurrency.GetHashCode(), EventFormat.GetHashCode()).GetHashCode());
 }