public CCTVOnlineStatus GetOnlineStatus(string videoId)
 {
     return(ClientHub?.GetOnlineStatus(videoId));
 }