public bool TryPopulateProperty(string name, CssStylePropertyValue value) =>
 SvgElementStyleDataDeserializer.TryPopulateProperty(this, name, value);
 public void Populate(string styleStr) => SvgElementStyleDataDeserializer.Populate(this, styleStr);