protected virtual void OnRaisePlayerLoginEvent(ScrimMessageEventArgs <PlayerLoginMessage> e)
 {
     RaisePlayerLoginEvent?.Invoke(this, e);
 }
 protected virtual void OnRaisePlayerLoginEvent(PlayerLoginEventArgs e)
 {
     RaisePlayerLoginEvent?.Invoke(this, e);
 }