I'm implementing a lot of filters based on implementations of regex filters, and I have an usecase where i can raise exception if detected PII in the string, or you can select to accept the anonymization, but, this services doesn't implement the apply method because don't implement the FilterService, there is an easy way to apply the spans without building another service PhileasFilterService? Or this is the way ?