public Pair(styleStateEnum key, Style style) { this.key = key; this.style = style; }
public Pair(styleStateEnum key, string styleUrl) { this.key = key; this.styleUrl = styleUrl; }