Hello! I have a question regarding creation of effects. Is it ok to create a new effect if it depends on some data or should I provide that data to the effect context? For example I have this code. getData and getData2. these function behavior depends on a password which can be provided either via function arguments or effect context.