Example #1
0
 private string GetRandomUrl()
 {
     return(_configuration.Urls[_valueProvider.GetRandomInt(_configuration.Urls.Length)]);
 }