public static String AddLeft(this String value, Char add, Int32 count = 1) => value.AddLeft(new String(add, count));