public async Task Create(Login input) { var identity = await _sessionService.Create(input); Delete(); _authenticationManager.SignIn(identity); }