public MemberMap FinalizeMap() { var map = new MemberMap(); map.SourceType = this.SourceType; map.DestinationType = this.DestinationType; map.MappingFunction = this.MapGenerator.GenerateMappingFunction(this); mapper.RegisterMap(map); return map; }