public interface IPeValidator
{
    Task<IReadOnlyList<ValidationResult>> ValidateAsync(PeImageInfo peInfo, CancellationToken cancellationToken);
}