public void EnableOnLoadWhenNotEmpty()
 {
     _recentFiles.SetMostRecent("Test");
     _handler.Load();
     Assert.IsTrue(_menu.Enabled);
 }