SocketConfiguration: {
    catchAll?: boolean;
    host: string;
    port: number;
    type: "socket";
    url: string;
}