public static string ToAppropriateUnitFormatString(this ByteQuantifiedSize size)
 {
     return(size.ToAppropriateUnitFormatString("{0:0}"));
 }