public static bool TryReadValue(this IJSValueReader reader, out bool value)
 {
     return(reader.TryGetBoolean(out value));
 }