public async Task <bool> ViewStream([FromBody] int id) { return(await _streamService.ViewStream(id)); }