public override Task PutIncrementalExportKey(ExportFilesDestinations destinations)
 {
     return this.SecondaryStore.AsyncFilesCommands.Configuration.SetKeyAsync<ExportFilesDestinations>(ExportFilesDestinations.RavenDocumentKey, destinations);
 }
 public Task PutIncrementalExportKey(ExportFilesDestinations destinations)
 {
     throw new NotSupportedException("Copying between filesystems is currently not supported in embedded version.");
 }
 public virtual Task PutIncrementalExportKey(ExportFilesDestinations destinations)
 {
     throw new NotSupportedException();
 }