public IEnumerable <SelectableStream> GetSelectableStreams(string filterName)
 {
     return(_mediaControl.GetSelectableStreams(filterName));
 }