using System.Collections.Generic; using System.Threading.Tasks; using FarmmapsApi.Models; namespace FarmmapsApiSamples { public interface ITestFlow { Task TestFlow(List roots); } }