public ActionResult<string> GetMostIsolatedCountry()
 {
     return Ok(InMemoryDb.GetMostIsolatedCountry());
 }