val etUsername: EditText by lazy {
        findViewById<EditText>(R.id.et_github_username)
    }