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