internal bool TryAccept(TokenEnumerator tokenEnumerator, out SmtpCommand command) { return(_stateTable.TryAccept(tokenEnumerator, out command)); }