using uCalcSoftware;

var uc = new uCalc();
// Assign a description to the main uCalc instance
uc.Description = "Primary evaluator for financial calculations";

// Retrieve and print the description
Console.WriteLine(uc.Description);