Inheritance: IVsTextViewCreationListener
    internal NitraCompletionCommandHandler(IVsTextView textViewAdapter, IWpfTextView textView, NitraCompletionHandlerProvider provider)
    {
      _wpfTextView = textView;
      _provider = provider;

      //add the command to the command chain
      textViewAdapter.AddCommandFilter(this, out _nextTarget);
    }
        internal NitraCompletionCommandHandler(IVsTextView textViewAdapter, IWpfTextView textView, NitraCompletionHandlerProvider provider)
        {
            _wpfTextView = textView;
            _provider    = provider;

            //add the command to the command chain
            textViewAdapter.AddCommandFilter(this, out _nextTarget);
        }