private void ReportImpl()
 {
     _redditService.AddReportOnThing(_comment.Data.Name);
 }
 private void ReportLinkImpl()
 {
     //TODO: is this the right name?
     _redditService.AddReportOnThing(_linkThing.Data.Name);
 }