public static bool ParseBool(Revenj.Utility.BufferedTextReader reader, int context)
 {
     return(BoolConverter.Parse(reader));
 }