public async Task <string> SportName(int id) => (await _parkRepository.GetSportTypeByIdAsync(id)).Name.ToString();