配置WhatsApp API的问题(C#)

I'm trying to configure WhatsApp API in C#. I tried to implement it using examples such as:

Looking into the aforementioned examples, i came to know that i'll require a WhatsApp password in order to send a message.

I downloaded a tool named WART (WhatsApp Registration Tool) from this site

and tried to get my whatsApp password by adding a phone number in following format.

  • (xx - xxxxxxxxxx) CountryCode - 10 Digit Phone number

Consider the following image:

enter image description here

But when i ask and request for the Code, this is what it says.

enter image description here

I looked for alternatives and found this useful point

but unfortunately this site seems to be unavailable.

I ALSO looked into more alternatives and found this WhatsApp API

but this seems to be in Php, i don't really have the expertise to make the registerTool.php work.

Am i missing something here? Is the whatsApp API deprecated? Any sort of help/direction would really be appreciated.

Thank you.