public async Task HandleAsync(DeleteAthlete command) { await _athleteService.DeleteAsync(command.UserId); }