public static void TestUnits() { var u = new Unit(3); Console.Out.WriteLine(u); Console.Out.WriteLine( 1.Unit() ); Console.ReadKey(); }