public async Task <AthleteDto> HandleAsync(GetAthleteProduct query)
 {
     return(await _athleteService.GetProductAsync(query.UserId, query.ProductId));
 }