void CloseExistingCompletionWindow()
 {
     if (completionWindow != null)
     {
         completionWindow.Close();
     }
 }