internal async Task InitAsync()
        {
            var auth = GetAuthentication();

            _handler     = auth.Handler;
            auth.Handler = this;

            await _sessionId.EnsureSessionCookieAsync();
        }