/// <inheritdoc cref="Properties.SetList"/> public void SetList <T>(string key, IEnumerable <T> value) { properties.SetList(key, value); }