namespace Client { interface IClient { bool Connect(string adresse, ushort port); void Disconnect(); } }