public ConventionBasedServiceConfiguration Merge(ConventionBasedServiceConfiguration other) { AllowGet.Merge(other.AllowGet); RequestHeaders.Merge(other.RequestHeaders); RequestHeaderProcessors.Merge(other.RequestHeaderProcessors); ResponseHeaders.Merge(other.ResponseHeaders); ResponseHeaderValue.Merge(other.ResponseHeaderValue); ExceptionResult.Merge(other.ExceptionResult); return(this); }