public Client(string newName, IApplication application) { myName = newName; app = application; app.AddSubscriber(this); }