protected function reset($hard=false)
 {
     parent::reset($hard);
     if ($hard) {
         // this where we would log out of twitter
     }
 }