namespace NetworkTest; interface IServer { public void Start(); public void Stop(); }