Exemple #1
0
 public async Task <string> GetAsync()
 {
     return(await _flickrService.GetFeedContentAsync(new Uri(flickrUrl)));
 }