public void OnRaceCreated(RaceCreated ev) { this.MaxDistance = ev.MaxDistance; this.MaxRunners = ev.MaxRunners; this.Created = true; }