namespace GildedRoseKata; public interface IUpdateStrategy { void UpdateQuality(Item item); }