public async Task <bool> DeleteIdentityResourceAsync(Core.Entities.IdentityResource.IdentityResource identityResource)
 {
     return(await _repository.DeleteAsync(identityResource));
 }
 public async Task <int> InsertIdentityResourceAsync(Core.Entities.IdentityResource.IdentityResource identityResource)
 {
     return(await _repository.InsertAsync(identityResource));
 }