public override object ConvertDataToSource(PublishedPropertyType propertyType, object source, bool preview)
 {
     // NOTE: ignore preview, because IPropertyEditorValueConverter does not support it
     return(_converter.ConvertPropertyValue(source).Result);
 }