namespace Zennysoft.Ma.Adapter { public interface IDroppedItem { void RescueItem(); public InventoryItem Item { get; } } }