public async Task Test_AuthAsync()
        {
            var token = await _client.AuthAsync();

            Assert.IsNotNull(token);
        }