/// <summary>
 /// Parse from list of string values and convert
 /// </summary>
 /// <param name="xml">JSON string</param>
 protected override ImmutableList <T> Parse(string xml) =>
 ImmutableList.Deserialise <T>(xml);