public async Task <ActionResult <int> > DeleteProperty(int id)
 {
     return(Ok(await _identityResourceService.DeleteIdentityResourceProperty(UserId,
                                                                             id)));
 }