void VerifyComboBoxIsEnabled(bool expected)
 {
     Verify.AreEqual(expected, elements.GetComboBoxIsEnabledCheckBox().ToggleState == ToggleState.On);
 }