public void Toggle() { if (!IsEnabled()) { throw new ElementNotEnabledException(); } Owner.OnToggle(); }