public IActionResult GetComments() { _log.LogInformation(CommentRepo.getConnectionString()); return(Ok(CommentRepo.FindAll())); }