namespace PkmnLib.Dynamic.Models.Choices; /// /// A choice to use an item /// public interface IItemChoice : ITurnChoice { }