Added Failure receipt error details
Added Failure reason info to IDV Get session results
Added Seperate Builder for Notification
var notification = new NotificationBuilder()
.WithUrl("https://example.com/webhook")
.WithMethod("POST")
.WithVerifyTls(true)
.Build();
var policy = new PolicyBuilder()
.WithWantedAttribute(givenNamesWantedAttribute)
.WithFullName()
.Build();
var sessionReq = new ShareSessionRequestBuilder().WithPolicy(policy)
.WithNotification(notification)