using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace TaskManager.Controllers { public class SequencedSupplyController : IDoExecute { public Task ExecuteAsync() { throw new NotImplementedException(); } } }