public static function startServer()
 {
     parent::startServerWith('peer.unittest.server.TestingProtocol');
 }
 public static function startServer()
 {
     parent::startServerWith('net.xp_framework.unittest.peer.server.AcceptTestingProtocol');
 }