public AddWatchPresenter(IAddWatchView view, IWatchListService service) { View = view; View.SetAddWatchCommand(service.AddWatchCommand); }