Output Id of BackgroundJobServer when starting

When starting a BackgroundJobServer I would like to know what Id it will get so I can find it using IMonitoringApi.Servers(). I could set a somewhat unique name of the server but when fetching servers it has the processid and a unique guid appended to it as well. E.g.

MyServer:25476:083eb574-635d-4659-94e9-f26c2580eb6f

My goal is to se if there are any other servers working with my the same queue as my BackgroundJobServer.