static Clipboard() { gate = new AsyncGate <ClipboardData>(); Updated += data => gate.Release(data); }