public static bool?ParseNullableBool(Revenj.Utility.BufferedTextReader reader, int context)
 {
     return(BoolConverter.ParseNullable(reader));
 }