namespace PARR.TemplateDistributor.Services
{
internal interface IValidatorService
Task<bool> IsValidJobGroupAsync(Guid applicationInWorkId);
}