@Effect()
  addVoteSuccess$: Observable<Action> = this.actions$.pipe(
    ofType<AddVoteSuccess>(ArticleActionTypes.AddVoteSuccess),
    switchMap(action =>
      of(new ShowSnackbar({