private async Task CreateSessionAndProcessCommands(SmtpConnection connection)
        {
            var session = connection.CreateSession(DefaultResponderFactory);

            await SetupSessionThenProcessCommands(connection, session);
        }