Curse(name: "Husain", anotherthing: "Something");
Curse(name: "Kannan", "What Is Going On");
static void Curse(string name, string noNeed = "What The Hell", string anotherthing = "Nothing")
System.Console.WriteLine(name + ", " + noNeed + "! " + anotherthing);