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

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