public IActionResult GetAllContactInfo() { _logger.LogInformation("Get all contact info"); var result = _contacts.GetAll(); return(Ok(result)); }