Get calling method of BackgroundJob.Enqueue

Is it possible to get the method that called the BackgroundJob.Enqueue? I am calling the same method that takes a Guid in the enqueue from multiple places. My problem is that I have 1 or more calls that is sending bad data but in the Dashboard log i can’t tell which method initiated the Enqueue. Is there a way to get that information?