using NUnit.Framework; using System; using System.Collections.Generic; using System.Linq; namespace AspNetCoreSdkTests { public static class TestData { public static IEnumerable AllTemplates { get; } = from t in Enum.GetValues(typeof(Template)).Cast