public dynamic this[int index]
 {
     get { return(_arrayValues[index]); }
     set { _arrayValues[index] = Json.WrapObject(value); }
 }