class Product():
    def __init__(self, raw):
        (self.id, self.name) = raw