public IActionResult UpdateSpeaker([FromBody] MeetupSpeaker s) { bool updateSucceeded = _repository.UpdateMeetupSpeaker(s); return(Ok()); }