public static ValueItemModel ToModel(this ValueItem entity) { return(entity.MapTo <ValueItem, ValueItemModel>()); }