namespace Serveur { interface IServeur { bool Connect(ushort port); void Join(); void StopListening(); } }