✅ Opening a new WPF window stops code from running until it closes
Hello, so I'm having an issue when I invoke OnChallengeInitiated (or any event), it's subscribed to ChallengeWindowControl. If the challengeWindow goes from hidden to visible then the code after the invoking doesn't run until the window is closed.

