public async Task <ActionResult <IEnumerable <IdentityResourcePropertyRes> > > GetProperties([FromQuery] GetIdentityResourcePropertyReq req)
 {
     return(Ok(await _identityResourceService.GetIdentityResourceProperties(req)));
 }