private void UpdateOptions(ImportOptions options)
 {
     // The options are about to be saved.
     // Update the passed options with the current provider's state, if necessary.
 }
 private void ApplyOptions(ImportOptions options)
 {
     // The options have been loaded from persistence.
     // Transfer them to the provider's internal members, if necessary.
 }