public async Task <List <PostDto> > GetPostByCategory(long categoryId) { return(await _postAppService.GetPostByCategory(categoryId)); }