public interface IPeParser
{
    Task<PeImageInfo> ParseAsync(Stream stream, CancellationToken cancellationToken);
}