アカウントコンテキストは、セッションのアカウントモジュールに関連する情報を格納する。
struct AccountContext { public: bool isLogin() const; const std::string& id() const; };