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