public SocketListeningService(ISender sender, IOptions <SocketListeningOptions> options)
 {
     this.sender     = sender;
     this.options    = options;
     listeningSocket = SocketFactory.CreateTcpSocket();
 }