public interface IProxy { void OnRegister(); void OnRemove(); }