private void SetWindowCaption(string currentCaption) { _dte.ActiveWindow.Caption = HostWindow.SetCaption(currentCaption, ConnPane.CrmService); }