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

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