public static ValueItem ToEntity(this ValueItemModel model, ValueItem destination) { return(model.MapTo(destination)); }
public static ValueItem ToEntity(this ValueItemModel model) { return(model.MapTo <ValueItemModel, ValueItem>()); }