using Backend.Handler; Console.WriteLine("Program started"); ThreadHandler threadHandler = new(); threadHandler.Start(); Console.WriteLine("Done");