public function usesEffectsOfIngredient(Ingredient $ingredient)
 {
     return !$ingredient->effects()->get()->isEmpty();
 }