namespace Client; interface IClient { public void Start(); public void Stop(); }