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