I have this value object
public class ProductReference : ValueObject { protected ProductReference(){} public ProductReference(string value){} public