public static SciterValue ToValue(this SciterGraphics graphics)
 {
     return(graphics?.ToValueInternal());
 }