using System.Runtime.CompilerServices;
using BenchmarkDotNet.Attributes;
using BenchmarkDotNet.Running;
using System.Collections.Generic;
using System.Collections;
public class Bench
{
[Benchmark]
public long TickCount() => Environment.TickCount64;
}
</details>
(*EgorBot will reply in this issue*)