public string FilterComment(IComment c)
 {
     return(_contentProcessor.FilterComment(c));
 }