//[Authorize] public async Task <IActionResult> Rate(CreateThreadRatingDto createThreadRatingDto) { return(this.GenerateResponse(await _threadService.Rate(createThreadRatingDto))); }