private async void CreateRandomSeason() { var response = await WebApiClient.CreateSeasonAsync(); RefreshSeasons(); }