Example #1
0
 public string Get(string searchString, int count)
 {
     return(_youtube.GetExplicitNumber(searchString, count));
 }