public bool CanBeEnchantedWith(ICanBeEnchanted itemToEnchant, ScrollOfEnchant scrollOfEnchant) => ForgeService.CanBeEnchantedWith(itemToEnchant, scrollOfEnchant);
// TODO : Обобщить для интерфейса ICanBeEnchanted<TScrollOfEnchant>. public bool EnchantWeapon(ICanBeEnchanted itemToEnchant, ScrollOfEnchant scrollOfEnchant) => ForgeService.EnchantItem(itemToEnchant, scrollOfEnchant);