public LambdaNaturalIdentifierBuilder(NaturalIdentifier naturalIdentifier, string propertyName)
		{
			this.naturalIdentifier = naturalIdentifier;
			this.propertyName = propertyName;
		}
 public LambdaNaturalIdentifierBuilder(NaturalIdentifier naturalIdentifier, string propertyName)
 {
     this.naturalIdentifier = naturalIdentifier;
     this.propertyName      = propertyName;
 }