public async Task <IActionResult> OnPublishDone([FromForm] string name) { await _streamService.EndPublishStream(name); return(Ok()); }