public void OnRunnerPositionUpdated(RunnerPositionUpdated ev) { this.Runners[ev.RunnerId].Position = ev.Position; }