export interface IRegistration {
  Unregister(): Promise<void>;
  OnUnregistered(): Promise<void>;
  ID(): WampID;
}