1. Running The app can be run either from within Visual Studio or from the terminal using dotnet run --project DebuggingAndRefactoringTask1 2. Unit tests The tests can be run either from within Visual Studio using the Test Explorer or from the terminal using dotnet test