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