Using IOrganizationService how to retrieve GUID column from an entity record?
IOrganizationService service = serviceFactory.CreateOrganizationService(workflowContext.InitiatingUserId);
id = Guid.Parse(activityLogId);
Entity entity = service.Retrieve("entityName", id, columnSet));
guidCol = ??