public static IReadOnlyList <SciterValue> GetKeys(this SciterValue sciterValue)
 {
     return(sciterValue?.GetKeysInternal());
 }