// event public void KingIsUnderAttack(object sender, EventArgs e) { this.life--; Helper.WriteLine($"Footman {this.Name} is panicking!"); }