class DaVinciPASTestKit::Jobs::SendSubscriptionHandshake

def send_handshake_notification

def send_handshake_notification
  handshake_json = derive_handshake_notification(@notification_json, @subscription_url,
                                                 subscription_topic).to_json
  response = send_notification(handshake_json)
  persist_notification_request(response, [REST_HOOK_HANDSHAKE_NOTIFICATION_TAG])
  response
end