this.id = id;
}
@Override
public void fillRequest() throws ApiRequestException {
IBaseObject so = Application.getLucene().getSenateObject(id, type);
if(so == null) {
throw new ApiRequestException(TextFormatter.append("couldn't find id: ", id, " of type: ", type));
}