namespace Application.Domain; public interface IGameDicService { Task GetDicInfo(string code); Task GetDicInfoContent(string code); }