private void Window_ForwardNavigationRequested()
 {
     logger.Debug("Navigating forwards...");
     control.NavigateForwards();
 }