LSP Implementation
protocol Product {
var name: String { get }
/**
* Function to get all of information about product
*/
func getProductInfo()
}INFO
protocol Product {
var name: String { get }
/**
* Function to get all of information about product
*/
func getProductInfo()
}