private void ToggleDarkMode()
 {
     ThemeUtils.ToggleDarkMode(this);
 }