public static void DeleteExportContract(Guid id) { using (BasicChannel channel = new BasicChannel()) { channel.DeleteExportContract(id); } }