public void AddContentToList(StreamingContent content)
 {
     return;
 }
 public bool RemoveContentFromList(StreamingContent content)
 {
     return(true);
 }
 public void AddContentToList(StreamingContent content)
 {
     _listOfContent.Add(content);
 }