internal void InvokeBountyEvent(BountyEvent arg) { BountyEvent?.Invoke(this, arg); }
internal void InvokeBountyEvent(BountyEvent arg) => BountyEvent?.Invoke(null, arg);