I Have the interface IJob which is an parameter in many of my functions. But this interface is actually generic (IJob). I want to avoid pa
IJob