export const cancelEcho: IRule = {
    name: "Cancel Echo",
    evaluate: function (data: any): boolean {
        throw new Error("Function not implemented.");
    }
}