public async Task <List <Comment> > GetAllWithSubCommentsAsync(int blogId, int?parentCommentId) { return(await _commentDAL.GetAllWithSubCommentsAsync(blogId, parentCommentId)); }