I would like to write Wizard on the basis of MVVM, MEF. I would like that each page of the Wizard was loaded from separate dll (MEF). I found this excellent article about creation of the wizard, but unfortunately in this article is not written as to use MEF for addition of pages. I want to make the wizard just as described in the article but I can't think how to export page of the wizard using MEF.
I wrote a simple application to illustrate my problem. This solution contains two assemblies.

How can I get a fully-formed page from the assembly WpfApplication4.Library in WpfApplication4.
I mean PageView with installed PageViewModel.