Hi I want to create my own datautility to be able to call salesOrderHeaderV2Entity
1.I downloaded OData client code generator in visual studio
2. Took Authentication utility from gitHub
3. Created a new C# project of type Class Library with the name ODataUtility.
4. deleted the default class (class1) that is created.
5. I Right clicked on project and clicked “New item” and chose “OData Client”
6. I Open ODataClient.tt file and replaced public const string MetadataDocumentUri = “”with public const string MetadataDocumentUri = "D365FOURL/data/$metadata"
Also replaced public const string TempFilePath = "" with public const string TempFilePath = @”C:\Temp\Edmx.xml”
I didn't create any file
However i got the two following errors:

what am i missing?