using System.Threading.Tasks; namespace ReZero.SuperAPI { public interface IDataService { Task ExecuteAction(DataModel dataModel); } }