public override void FromStream(Stream stream)
 {
     _header = NativeUtils.StreamToStructure<IMAGE_OPTIONAL_HEADER32>(stream);
 }