public Farmer(Mediator m) : base(m) { }
protected Colleague(Mediator mediator) { this.mediator = mediator; }