public DefaultRunHotKeyService(INavigator navigator, INavigatorState state) { Ensure.NotNull(navigator, "navigator"); Ensure.NotNull(state, "state"); this.navigator = navigator; this.state = state; this.hotKeys = new ComponentDispatcherHotKeyCollection(); }