public void AddContentToList(StreamingContent content)
 {
     _listOfContent.Add(content);
 }