private async Task Login(User user) { var cookie = await _manager.GenerateCookie(user.ID); await this.LoginUser(user, cookie); }