public CreateOrderCommandResult(string name)
     : base(true, Notifications.CreateFrom(new OrderCreatedNotification { Name = name }))
 {
 }