public async Task <ActionResult <IEnumerable <ThreadMessage> > > GetAllThread(Guid postId) => await this.ExecuteAsync(() => _service.ReadAllThread(postId)) .AsResultAsync();