public async Task <ResultsItem> DeleteBBComment(int commentId) { OnCommentsUpdatedCacheHandler(commentId: commentId); return(await CommunityLogic.DeleteBBComment(commentId, CurrentUser)); }