public static SciterValue Clear(this SciterValue sciterValue) { sciterValue?.ClearInternal(); return(sciterValue); }