public twitter(job: any): any {
    window.open(this.config.url.twitter + this.requestParams.twitter(job));
  }