public interface IFaqSectionAdminAppService : ICrudAppService<FaqSectionDto, FaqSectionWithQuestionCountDto, Guid, FaqSectionListFilterDto, CreateFaqSectionDto, UpdateFaqSectionDto>, IReadOnlyAppService<FaqSectionDto, FaqSectionWithQuestionCountDto, Guid, FaqSectionListFilterDto>, ICreateUpdateAppService<FaqSectionDto, Guid, CreateFaqSectionDto, UpdateFaqSectionDto>, ICreateAppService<FaqSectionDto, CreateFaqSectionDto>, IUpdateAppService<FaqSectionDto, Guid, UpdateFaqSectionDto>, IDeleteAppService<Guid>, IApplicationService, IRemoteService