public async Task HandleAsync(AddDestination command) { await _trip.AddDestination(Guid.Parse(command.TripId), command.Name); }