public static IEnumerable <string> GetStringValuesOf(this JsonProperty property, string propertyName) { var byKey = property.GetPropertiesByName(propertyName); return(GetStringValues(byKey)); }