using PARR.AIHITLoader.Models; namespace PARR.AIHITLoader.Services { internal interface IAIHITService { List? GetEKList(string respArea); } }