public Task <ListResultDto <PostWithDetailsDto> > GetTimeOrderedListAsync(Guid blogId) { return(_postAppService.GetTimeOrderedListAsync(blogId)); }