def _fetch_price(self):
     """The fetch_price method fetches a new price from the item's website"""
     return Parser.parse_price_from_url_page(self.url, self.store.tag_name,
                                             self.store.query)