These lines are executing within the ExecuteAsync() method of the BackgroundService (Microsoft.Extensions.Hosting.BackgroundService)
Console.WriteLine("Connecting to Geotab..."); // See this in the output
API api = new API("xxxx@xxxx.com", "********", null, "QA_Sunbelt_Rentals", "mypreview.com");
Task t = api.AuthenticateAsync();
t.Wait();
Console.WriteLine(api.SessionId); // Do NOT see this in the output
ex.InnerException.Message "The SSL connection could not be established, see inner exception."
ex.InnerException.InnerException.Message "Url: 'https://mypreview.com/apiv1'; StatusCode: 'Unused'\r\n'The SSL connection could not be established, see inner exception.''"
/eeidfn