private void RegisterOpenGeneric()
 {
     container.RegisterType(typeof(GenericExport <>), typeof(IGenericInterface <>));
     container.RegisterType(typeof(ImportGeneric <>));
 }