public async Task <IActionResult> GetById([FromQuery] int id)
 {
     return(Json(await _apiScopeService.GetById(id)));
 }