public override void Run() { while (true) { try { Die.@await(); return; } // ignore catch (Exception e) { } } }