//StructureLoader loader;


        public SpecificationProvider(IArtifactSource source)
        {
            this.source    = source;
            this.harvester = new SpecificationHarvester();
        }