protected WikiArticleGenerator(WikiCard card, ArtifactCardType type)
 {
     Card     = card;
     CardType = type;
 }
 public static string GetTabTemplate(ArtifactCardType type)
 {
     return($"{{{{Tabs/{type.ToString()}}}}}");
 }