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