Hi,
In the latest version of the code I'm getting:
System.NullReferenceException: 'Object reference not set to an instance of an object.'
in
private async Task Authenticate(string username, string password, string endpoint)
in the
public partial class Client : ISwiftClient, IDisposable

This is not being called:

I'm using this code to call the SwiftClient and the code works with version 1.2.2 of the nuGet package