public void Run()
 {
     try
     {
         MockSrpTlsServer server = new MockSrpTlsServer();
         mServerProtocol.Accept(server);
         Streams.PipeAll(mServerProtocol.Stream, mServerProtocol.Stream);
         mServerProtocol.Close();
     }
     catch (Exception)
     {
         //throw new RuntimeException(e);
     }
 }
 public void Run()
 {
     try
     {
         MockSrpTlsServer server = new MockSrpTlsServer();
         mServerProtocol.Accept(server);
         Streams.PipeAll(mServerProtocol.Stream, mServerProtocol.Stream);
         mServerProtocol.Close();
     }
     catch (Exception)
     {
         //throw new RuntimeException(e);
     }
 }