int getFeedbackScore() {
   refreshSeller();
   if (mSeller != null) return mSeller.getFeedback();
   return 0;
 }