internal LoginResultData(LoginResultCodes code, string message, UriString host) : this(code, message, host, null) { }