public async Task Install(string connectionStringName)
 {
     await _scriptManager.InstallExternal(connectionStringName);
 }