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