static void Main(string[] args)
 {
     Thermocouple a = new Thermocouple();
     a.performActions();
 }
        static void Main(string[] args)
        {
            Thermocouple a = new Thermocouple();

            a.performActions();
        }