public override FilterResult ShouldProcess()
 {
     return(_text.ToLower() == "ok" ? FilterResult.True() : FilterResult.False);
 }