public async Task Post([FromBody] Destination destination) { await _dataProvider.AddDestination(destination); }