$admin = MyTest::Lite -> asAdmin( $id ); $user = MyTest::Lite -> asUser( $id ); #### $admin => { Mode => 'Admin', CommonParentAttributes => {...} }, MyTest::Lite #### $user => { Mode => 'User', CommonParentAttributes => {...} }, MyTest::Lite