public LoginController(Context ctx) : base(ctx) { _name = "login"; _loginActor = new LoginActor(_ctx, this); }