@Effect()
  updateQueryFilter$ = this.actions$.pipe(
    ofType(fromPlayerSearch.ActionTypes.UPDATE_QUERY_FILTER),
    map(() => this.playerSearchActions.searchNewQuery())
  );