export interface SubscriptionInfo {
    subscriptionName: string;
    subscriptionId: number;
}
