static public byte[] GetWorkflowGraphic(Guid processId) { using (BasicChannel channel = new BasicChannel()) { return(channel.GetWorkflowGraphic(processId)); } }