using System.Collections.Generic; namespace AuthorizationTest { public class DamAuthorizationTest : AuthorizationTestBase { public override string GetFeature() { return "DGS_26_00_V15"; } public override IEnumerable GetSupportedFeatureVersions() { return new[] { "14.0", "15.0", "17.0" }; } public override IEnumerable GetUnsupportedFeatureVersions() { return new[] { "18.0" }; } } }