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