IFluentExportStrategyConfiguration ImportConstructorSelection(ConstructorSelectionMethod method);
IFluentExportStrategyConfiguration<T> ImportConstructorSelection(ConstructorSelectionMethod method);
IExportTypeSetConfiguration ImportConstructorSelection(Func<Type, ConstructorSelectionMethod?> method);
Add methods
Relates to issue #78