Step 7: Binding the extension interface to the impl

Modify PCRemoteSmokeTestHelperModule so that it binds the extension interface and the extension impl.
The following is an example of code that can be added to PCRemoteSmokeTestHelperModule.gs to bind the new interface and impl.
...
bind(AdminContext_Ext).to(AdminContextImpl_Ext)
