/// <summary> /// A dictionary representing the user-defined JSON string describing the custom attributes of this Task. /// </summary> public Dictionary <string, string> ParseAttributes() { return(TaskRouterClient.FromJsonToDictionary(Attributes)); }