public static ExportProvider Scope(this ExportProvider catalog, params string[] scopeIds)
 {
     ////Contract.Requires( catalog != null );
     ////Contract.Requires( scopeIds != null );
     return(catalog.Scope((IEnumerable <string>)scopeIds));
 }