public static bool getBool(this HanaDataReader reader, string tag) { return(reader.getBool(tag, HanaDataReaderHelperDefault.BOOL_DEF)); }