/**
  * {@inheritdoc}
  */
 public function getStockAvailable(ProductInterface $product)
 {
     return $product->getStock();
 }