Using C# create a class with a method to read a .csproj file.
- Check if
UserSecretsId node
exists in a method namedExists
- If
UserSecretsId node
exists return the value in a method namedGetValue
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
net9.0