class Utils::ProbeServer

def next_job_id

def next_job_id
  @current_job_id += 1
end