public async Task <ActionResult <ApiScopeRes> > GetApiScopeById(int id)
 {
     return(Ok(await _apiResourceService.GetApiScopeById(id)));
 }