public static CrayonString White(this CrayonString s1, string text)
 {
     return s1.AutoColor(text);
 }
 public static CrayonString Default(this CrayonString s1, string text)
 {
     return s1.AutoColor(text);
 }
 public static CrayonString Magenta(this CrayonString s1, string text)
 {
     return s1.AutoColor(text);
 }