Exemplo n.º 1
0
 public Actor(EventBroker broker)
 {
     this.broker = broker ?? throw new ArgumentNullException(paramName: nameof(broker));
 }