protected virtual void OnRaiseMatchConfigurationUpdateEvent(ScrimMessageEventArgs <MatchConfigurationUpdateMessage> e)
 {
     RaiseMatchConfigurationUpdateEvent?.Invoke(this, e);
 }
 protected virtual void OnRaiseMatchConfigurationUpdateEvent(MatchConfigurationUpdateEventArgs e)
 {
     RaiseMatchConfigurationUpdateEvent?.Invoke(this, e);
 }