using System.Threading.Tasks; namespace FarmmapsApiSamples { public interface IApp { Task RunAsync(); } }