public onCompleteItem(item:any, response:any, status:any, headers:any):any {
    return {item, response, status, headers};
  }