public JsonRequestBuilder checkValue(ApiBase2Action action) {
   ApiContext context = jsonRequest.toContext();
   jsonRequest.checkValue = action.getCheckValue(context);
   return this;
 }