public async Task <IDataResult <List <Comment> > > GetCommentsWithArticleAsync() { return(new SuccessDataResult <List <Comment> >(await _commentDal.GetCommentsWithArticleAsync())); }