public static bool TryToValue(this SciterGraphics graphics, out SciterValue value)
 {
     value = default;
     return(graphics?.TryToValueInternal(sciterValue: out value) == true);
 }