public async Task <IActionResult> GetLatest() { var latest = await TestingUtils.GetLatest(_databaseContext); return(Ok(latest)); }