/// <summary>
        /// Initializes a new instance of the <see cref="EntityFilteringService" /> class.
        /// </summary>
        /// <param name="defaultService"><see cref="ICodeWriterFilterService" /> instance.</param>
        public EntityFilteringService(ICodeWriterFilterService defaultService)
        {
            this.DefaultService = defaultService;

            this._collection = FilterItemCollection.CreateInstance();
        }
        /// <summary>
        /// Initializes a new instance of the <see cref="EntityFilteringService" /> class.
        /// </summary>
        /// <param name="defaultService"><see cref="ICodeWriterFilterService" /> instance.</param>
        public EntityFilteringService(ICodeWriterFilterService defaultService)
        {
            this.DefaultService = defaultService;

            this._collection = FilterItemCollection.CreateInstance();
        }