In my C# ASP.NET code I have:
doc.InsertTableOfContents("Table of Contents", TableOfContentsSwitches.H);
How can I insert the table of contents without the title being numbered, I ideally need something that would result into
I tried to play around with the switches but unsucesfully, I tried to modify the Word settings when it comes to Headings or TOC but also unsucesfully

The way I did it was by using this:
Then I added the content to it by adding the StyleId of a HeadingX to it. For example: