protected virtual object SerializeValue(object value)
 {
     return(ValueConvertor.SerializeData(this.PropertyDefinition, value));
 }