public async Task <bool> EventSetKeyInUse(String key)
 {
     return(await _deviceAdminManager.QueryEventSetKeyInUseAsync(key, CurrentOrgId));
 }