public CollectResponse(CollectStatus status, CollectHintCode hintCode)
 {
     this.status   = status.ToString();
     this.hintCode = hintCode.ToString();
 }