private async Task <bool> PostCommentExists(long id) { return(await _groupRepository.CommentExistAsync(id)); }