public void Start(string ip, int port)
 {
     _middleware.StartServer(ip, port, IncomingConnection);
 }