public System.Threading.Tasks.Task <System.Guid> SelectiveExportAsync(SQLAzureBacpac.Ui.DacService.SelectiveExportInput exportInput)
 {
     return(base.Channel.SelectiveExportAsync(exportInput));
 }
 public System.Guid SelectiveExport(SQLAzureBacpac.Ui.DacService.SelectiveExportInput exportInput)
 {
     return(base.Channel.SelectiveExport(exportInput));
 }