Exemplo n.º 1
0
        private static async Task Export(SecretService service)
        {
            var index = await service.IndexAsync();

            var json = JsonConvert.SerializeObject(index);

            Console.WriteLine(json);
        }