public static bool testMethod()
            {
                StructsTestClass_44_Interface a = new StructsTestClass_44_A();

                StructsTestClass_44_A.foo d = new StructsTestClass_44_A.foo(a.boo);
                if (d() == 10)
                {
                    return(true);
                }
                else
                {
                    return(false);
                }
            }
	        public static bool testMethod()
	        {
                StructsTestClass_44_Interface a = new StructsTestClass_44_A();
		         StructsTestClass_44_A .foo d = new  StructsTestClass_44_A .foo(a.boo);
		        if(d() == 10)
			        return true;
		        else
			        return false;
	        }