public async Task <List <Post> > GetByBlogIdAsync(int blogId, User user) { return(await _postLogic.GetByBlogIdAsync(blogId, user)); }