public async Task <IActionResult> DeleteTravelAsync(string travelId) { await travelService.DeleteTravelAsync(travelId); return(NoContent()); }