/// <summary> /// Disconnect the client from AA. Will force logon on the next request if required. /// </summary> public void Disconnect() { _client.Dispose(); _handlerFactory.ClearAuthState(); }