public static void Main()
var test = HttpUtility.JavaScriptStringEncode("System.InvalidOperationException: Error refreshing UPS OAuth token: Status - BadRequest: Content - {\"response\":{\"errors\":[{\"code\":\"10400\",\"message\":\"Invalid/Missing Refresh Token\"}]}}\n at Sifted.CarrierIntegrations.Api.Services.UPSCarrierDataService.GetSiftedAuthTokenFromResponseAsync(HttpResponseMessage response) in /opt/atlassian/pipelines/agent/build/src/Sifted.CarrierIntegrations.Api/Services/UPSCarrierDataService.cs:line 92\n at Sifted.CarrierIntegrations.Api.Services.UPSCarrierDataService.RefreshAuthTokenAsync(String refreshToken) in /opt/atlassian/pipelines/agent/build/src/Sifted.CarrierIntegrations.Api/Services/UPSCarrierDataService.cs:line 62\n at Sifted.CarrierIntegrations.Api.Controllers.CarrierIntegrationsController.RefreshAuthTokenAsync(SiftedAuthToken authToken) in /opt/atlassian/pipelines/agent/build/src/Sifted.CarrierIntegrations.Api/Controllers/CarrierIntegrationsController.cs:line 73");
Console.WriteLine("yea: " + test);
var test2 = "System.InvalidOperationException: Error refreshing UPS OAuth token: Status - BadRequest: Content - {\"response\":{\"errors\":[{\"code\":\"10400\",\"message\":\"Invalid/Missing Refresh Token\"}]}}\n at Sifted.CarrierIntegrations.Api.Services.UPSCarrierDataService.GetSiftedAuthTokenFromResponseAsync(HttpResponseMessage response) in /opt/atlassian/pipelines/agent/build/src/Sifted.CarrierIntegrations.Api/Services/UPSCarrierDataService.cs:line 92\n at Sifted.CarrierIntegrations.Api.Services.UPSCarrierDataService.RefreshAuthTokenAsync(String refreshToken) in /opt/atlassian/pipelines/agent/build/src/Sifted.CarrierIntegrations.Api/Services/UPSCarrierDataService.cs:line 62\n at Sifted.CarrierIntegrations.Api.Controllers.CarrierIntegrationsController.RefreshAuthTokenAsync(SiftedAuthToken authToken) in /opt/atlassian/pipelines/agent/build/src/Sifted.CarrierIntegrations.Api/Controllers/CarrierIntegrationsController.cs:line 73";
Console.WriteLine(test2);