public Task <IdeaCommentDto> GetComment(string id)
 {
     return(_ideaCommentService.GetCommentAsync(id));
 }