static public Guid OpenExportProcess(ShippingExportDC dc) { using (BasicChannel channel = new BasicChannel()) { return(channel.OpenExportProcess(dc)); } }