public async void LoadData(int id) { PracticeData = await StatsService.GetPracticeData(id); RaceData = await StatsService.GetRaceData(id); }