public override bool Match(object obj)
 {
     return(_innerFilter.Match(obj));
 }