public void NoCommandsGiven_CanExecute_ReturnsTrue()
 {
     Assert.IsTrue(_macroCommand.CanExecute(null));
 }