@Effect()
  delteVoteOfArticles$: Observable<Action> = this.actions$.pipe(
    ofType<DeleteVoteOfArticles>(ArticleActionTypes.DeleteVoteOfArticles),
    switchMap(action =>
      this.articleService