using System.Collections.Generic; namespace Wizard.DeckSelect.FirstDisplayPageIndexGetter; public interface IFirstDisplayPageIndexGetter { int Get(List pageList, Format viewFormat, DeckData primaryDisplayDeck, bool canUseNonPossessionCard); }