Adding a filter to a single Hangfire server

I am running multiple servers under AspNetCore and want to apply a filter to one of them. I cannot use an attribute on the method since it cannot apply to the other servers. I thought I could use the FilterProvider property of BackgroundJobServerOptions but this doesn’t seem to help, only the Global filters are applied. What can I do?

some one answered the quetstion ?