namespace Zennysoft.Game.Abstractions; public interface IInventoryItem { string ItemName { get; } string Description { get; } }