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