public void ChangeTypeWithType_Int64_FromString_Test()
        {
            // Assert
            var benchmarkWithType = new BenchmarkConverter();

            // Action
            var value = benchmarkWithType.ChangeTypeWithType_Int64_FromString();
        }