public Pop3ServerSession(IPop3ServerCommandHandler commandHandler, ILog log, Pop3ServerSessionConfiguration configuration)
 {
     _commandHandler = commandHandler;
     _configuration = configuration;
     _log = log;
 }
 public Pop3ServerSession(IPop3ServerCommandHandler commandHandler, ILog log, Pop3ServerSessionConfiguration configuration)
 {
     _commandHandler = commandHandler;
     _configuration  = configuration;
     _log            = log;
 }