/// <summary>
            /// Configure aggregated hooks including all of the watchers
            /// </summary>
            /// <param name="configuration">Configuration of the aggregated watcher hooks.</param>
            /// <returns>Instance of fluent builder for the IterationProcessorConfiguration.</returns>
            public Builder SetAggregatedWatcherHooks(AggregatedWatcherHooksConfiguration configuration)
            {
                _configuration.AggregatedGlobalWatcherHooks = configuration;

                return this;
            }