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