/// <inheritdoc/>
 public void Handle(Healing health)
 {
     Health += health.Take(MaxHealth - Health);
 }