public IHttpActionResult FindAnswerByAuthor(string author) { return(Ok(content: _answerService.FindAnswersbyAuthor(author: author))); }