/// <summary>
        /// Initializes a new instance of the <see cref="DefaultConfigurationFileLoader" /> class.	
        /// </summary>
        /// <param name="reader">The reader.</param>
        /// <remarks></remarks>
        public DefaultConfigurationFileLoader(INetReflectorConfigurationReader reader)
		{
			this.reader = reader;
			handler = new ValidationEventHandler(HandleSchemaEvent);
		}
 /// <summary>
 /// Initializes a new instance of the <see cref="DefaultConfigurationFileLoader" /> class.
 /// </summary>
 /// <param name="reader">The reader.</param>
 /// <remarks></remarks>
 public DefaultConfigurationFileLoader(INetReflectorConfigurationReader reader)
 {
     this.reader = reader;
     handler     = new ValidationEventHandler(HandleSchemaEvent);
 }