using System; namespace csharp { public interface IGildedRoseApp { void UpdateQuality(); } }