export class UnsubscriptionResponse {
  UnSubscribed: boolean;
}
