if (storeSagas.has(k)) {
                    const existingSaga: Task | undefined = storeSagas.get(k);
                    if (existingSaga) {
                        existingSaga.cancel();
                    }