using MathLibrary; class Program { static void Main() { var calc = new Calculator(); Console.WriteLine(calc.Add(5, 3)); // خروجی: 8 } }