public static string AddLeadingZeros(this long value, int totalLength) { return(value.AddLeadingZeros(totalLength, string.Empty)); }