Specialization
protocol Product {
var id: String { get set }
var name: String { get set }
var price: String { get set }
}INFO
protocol Product {
var id: String { get set }
var name: String { get set }
var price: String { get set }
}