public async Task DeleteTeam() { await teamMapper.DeleteTeam(ApplicationData.PlayerId); HasTeam = false; Team = null; OnTeamLoad?.Invoke(null); }