My LogiX is Undeniable.
// Passing Data to shared Variablecontext.SharedVariables.Add("PrimaryContact", (Object)contact.ToString()); // Retrieving data from context shared variables. Guid contact = new Guid((string)context.SharedVariables["PrimaryContact"]);