public async Task <ObjectResult> Bootstrap() { var uda = new UserDataAccess(); await uda.Bootstrap(); return(Ok(new { bootstrap = true })); }