using System; using System.Collections.Generic; namespace TBF.BenchControl { public interface ISequence { IList Execute(Entities.Test test); } }