//Returns all the available content pieces
 public IEnumerable <ContentInformation> GetMedia(string source)
 {
     _logger.LogInformation($"Getting all media from the source {source}");
     return(_grabber.GetAvailableContentInformation(source));
 }