public RightTitlebarCommandsViewModelTest()
        {
            TestBootstrapper bootstrapper = new TestBootstrapper();

            bootstrapper.Run();

            vm = new RightTitlebarCommandsViewModel();
        }
        public void CanCreateRightTitlebarCommandsViewModel()
        {
            var viewModel = new RightTitlebarCommandsViewModel();

            Assert.IsNotNull(viewModel);
        }