Assign method to only one worker

let say i have 5 workers

then i have different recurring Methods that are Enqueued
class.Methodone
class.Methodtwo
class.Methodtwo
class.Methodone

Is it possible to assign a method to only one worker?
Like a some sort of sequential in a concurrent hangfire setup