Example #1
0
        public async Task InitializeAsync()
        {
            _testSystem = await TestSystem.Create();

            _client = _testSystem.CreateClient();
        }