@Override
 public String buildHistoryToken(PlaceRequest request) {
   return tokenFormatter.toPlaceToken(request);
 }