public MainWindowView()
        {
            this.InitializeComponent();
            this.InitializeWindowDimensions();
            _trayNotifier = new TrayNotifier(this);

            this.DataContextChanged += this.OnDataContextChanged;
            this.Loaded             += this.OnLoaded;
        }