Exemple #1
0
        public async Task <IDictionary <string, int> > GetInventory()
        {
            var inventory = await _testClient.GetInventoryAsync();

            return(inventory);
        }