Frequently Asked Questions - Tips and tricks
Use static instance to maximize internal cache hits.
Since both the types EmailVerifier and EmailBatchVerifier use an internal cache to maximize their performance, it is
suggested you use their instances in static (Shared in VB.NET) instances.