namespace Zennysoft.Ma.Adapter; public interface IThrownItem { public InventoryItem ItemThatIsThrown { get; set; } }