public void deleteComment(String objectId) {
   requireAuthorization();
   graphApi.delete(objectId);
 }