public static string GetPrefix()
 {
     return(NAME_FORMAT.FormatWith(""));
 }
 public static string GetName(int i)
 {
     return(NAME_FORMAT.FormatWith(i));
 }