public DeleteCustomer(CustomerId aggregateId) : base(aggregateId)
 {
 }
 public CreateCustomer(CustomerId aggregateId) : base(aggregateId)
 {
 }