public void OnGet(byte[] id)
 {
     Claim = _trustDBService.GetClaimById(id);
 }