public CollectionStep(IAutomappingConfiguration cfg)
 {
     this.cfg = cfg;
     keys = new AutoKeyMapper(cfg);
     collections = new AutoCollectionCreator();
 }
 public SimpleTypeCollectionStep(IAutomappingConfiguration cfg)
 {
     this.cfg    = cfg;
     keys        = new AutoKeyMapper(cfg);
     collections = new AutoCollectionCreator();
 }