/// <summary>
 /// Reads the <see cref="SciterValue"/> as a <see cref="byte"/> <see cref="Array"/>
 /// </summary>
 /// <param name="sciterValue"></param>
 /// <returns></returns>
 public static byte[] AsBytes(this SciterValue sciterValue)
 {
     return(sciterValue.AsBytesInternal());
 }