public async Task <IActionResult> Init(InitThreadDto initThreadDto) { return(this.GenerateResponse(await _threadService.Init(initThreadDto))); }