Example #1
0
        public async Task CanListKeys()
        {
            var keys = await _client.LoadKeys();

            keys.Dump();
        }