public static Color ToColor(this ConsoleColor thisValue) { return(Color.FromName(thisValue.GetName())); }