container.get("app.Object").then(function( component ){
            print( "<br/>--- app.Object" );
            print( "component === app.Object : " + (component === Obj) );
            print( "app.Obj.isPrototypeOf( component ) : " + (Obj.isPrototypeOf(component)) );
        }, function( error ) {