public Button(AutomationElement automationElement, IActionListener actionListener) : base(automationElement, actionListener) { toggleableItem = new ToggleableItem(this); }