namespace DDD { public interface IInventorySlotUi { void Initialize(ItemViewModel model); void UpdateCount(int newCount); } }