@ByteSizeLib.ByteSize.FromBytes(@Value).ToString()
@code {
[Parameter] public long Value { get; set; }
}