public ProjectReference(PropertyValue value)
 {
     this.value       = value;
     this.ProjectName = ElementReference.Extract(value.Value).Name;
 }