public void RestartSession() { Data.Reset(); _motorcycleController.ResetMotorcycle(); _roadGenerator.ResetRoad(); SessionRestarted?.Invoke(); }