Example #1
0
        public async Task Go()
        {
            Console.WriteLine("*************** Starting the Hyper Library *****************");
            await _hyperLibrary.Start();

            await _explorer.Explore();

            Console.WriteLine("*************** Stop the Hyper Library *********************");
            await _hyperLibrary.Stop();
        }