public async Task <IActionResult> Setup() { await DataSeed.EnsureAdminUserIsCreated(dbContext, authOptions); return(Ok()); }