using System.Threading.Tasks; namespace DDD { public interface ICustomerAi { Task InitializeAi(CustomerDataEntry inCustomerDataEntry); } }