public void WhenDialogIsShownBySpecifyingDialogType()
 {
     currentTimeScreen = MainScreen.ClickShowCurrentTimeBySpecifyingDialogType();
 }
 public void WhenDialogIsShownUsingTheDialogTypeLocator()
 {
     currentTimeScreen = MainScreen.ClickShowCurrentTimeUsingDialogTypeLocator();
 }