var fruits = [1,2,3,123,4,5,6,456];
var a = fruits.indexOf(60);
Uri myUri = new Uri("http://www.example.com?param1=good¶m2=bad");