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