namespace Application.Domain; public interface IGameStoreService { Task> GetStoreData(int npc, int area, int page, int limit, RefAsync total); Task GetStoreInfo(string storeId); }