using System; namespace XUpdater { internal sealed class AsyncLogRequest { public bool IsDone = false; } }