using System; namespace XUpdater { internal sealed class AsyncExtractRequest { public bool IsDone = false; public byte[] Data = null; } }