export interface ConnectionRequest {
    consumerId: string;
    providerId: string;
    serviceType: string;
}
