public async Task <bool> BatchDeleteByAppId(long appId)
 {
     return(await _permissionRepository.BatchDeleteByAppId(appId));
 }