@OnClick(R.id.user_detail_tv_github_username)
 protected void onBtnGithubUsernameClick() {
   if (!TextUtils.isEmpty(githubUsername)) {
     ShipUtils.openInBrowser(this, "https://github.com/" + githubUsername);
   }
 }