public BoolParamValue AsBoolParam()
 {
     return(BoolParamValue.FromQueryValue(Value));
 }