using System.Collections.Generic;
using System.Linq;
using BenchmarkDotNet.Attributes;
namespace Umbraco.Tests.Benchmarks;
///
/// Want to check what is faster OfType or Cast when a enurable all has the same items
///
[MemoryDiagnoser]
public class LinqCastBenchmarks
{
private readonly List