namespace DDD { public interface IItemSlotUiStrategy { void Setup(ItemSlotUi ui, ItemViewModel model); } }