Returns a ByteSize object initialized by size in Bytes.
var size = ByteSize.FromBytes(1024);
static ByteSize FromBytes(num value) => ByteSize(value);