export interface UnsubscribeAccountEventsRequest {
    AccountId: number;
}
