public async Task <IActionResult> OnWatchDone(int id) { await _streamService.EndWatchStream(id); return(Ok()); }